home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / COBOL / H309.ZIP / COBXREF.ZIP / COBXRF.EXE / 5.ASC < prev    next >
Text File  |  1993-06-16  |  1KB  |  24 lines

  1. Use and Performance
  2.  
  3. Type COBXREF, but note that the program should be in the current directory.
  4. The program will accept the input filename, and the output file name. Up to
  5. 40 characters are allowed for each. STRTABLE.TXT must also be in the
  6. current directory for the program to operate. (see 6: Installation)
  7.  
  8. All dialects of COBOL should be acceptable to the program, provided that
  9. sequence numbers are in columns 1 to 6.
  10.  
  11. The cross reference is written to a disk file, and is suitable for display
  12. or printing.
  13.  
  14. Maximum COBOL program size is about 8500 lines. The program may take some 
  15. time for a large COBOL program. On an AMSTRAD 1640 (PC/XT) with hard
  16. card, a cross reference took about a minute for a source containing 680
  17. lines. The sample program supplied is processed in 25 seconds on an IBM
  18. PS/2 model 55 (slow 386SX). This ignores the program loading time, as it
  19. was taken from after the entry of the parameters.
  20.  
  21. RUN-TIME ERRORS
  22. Run-time error 013 or 053 will be reported if the input file file specified
  23. does not exist.
  24.